home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 October: System Software / Dev.CD Oct 95 SSW / Dev.CD Oct 95 SSW.toast / What's New? / Sample Code / Snippets Update / PowerMacOr68K / PowerMacOr68K Read Me next >
Encoding:
Text File  |  1995-08-07  |  494 b   |  12 lines  |  [TEXT/ttxt]

  1.     This snippet shows how to determine whether you are running on
  2.     a Power Macintosh or on a 680x0 Macintosh.  It also provides the
  3.     method for determine exactly which type of processor is running.
  4.     This works around an off-by-one error with gestaltNativeCPUType.
  5.     
  6.     Written by Virginia (Ginny) McCulloh
  7.     Apple Developer Technical Support
  8.     August 1995, Cupertino, CA
  9.     Copyright 1995, Apple Computer, Inc.
  10.  
  11.     This runs under Think C 7.0.4, CodeWarrior 6,
  12.      and MPW 3.3.1 with the Universal Headers.